type google.golang.org/grpc/internal/transport.outgoingWindowUpdate
17 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L174: type outgoingWindowUpdate struct {
controlbuf.go#L179: func (*outgoingWindowUpdate) isTransportResponseFrame() bool {
controlbuf.go#L643: func (l *loopyWriter) outgoingWindowUpdateHandler(w *outgoingWindowUpdate) error {
controlbuf.go#L879: case *outgoingWindowUpdate:
http2_client.go#L1153: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_client.go#L1162: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_client.go#L1179: t.controlBuf.executeAndPut(updateIWS, &outgoingWindowUpdate{streamID: 0, increment: t.fc.newLimit(n)})
http2_client.go#L1206: t.controlBuf.put(&outgoingWindowUpdate{
http2_client.go#L1216: t.controlBuf.put(&outgoingWindowUpdate{
http2_client.go#L1243: t.controlBuf.put(&outgoingWindowUpdate{
http2_client.go#L1254: t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
http2_server.go#L724: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_server.go#L734: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id,
http2_server.go#L750: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L780: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L789: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L813: t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)